home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / photocd / ppm / readme.too < prev    next >
Encoding:
Text File  |  1992-12-17  |  997 b   |  23 lines

  1. Here are some additional informations for installing and use:
  2.  
  3. I.   Several people had 'snowy' images with v0.1 and v0.2.
  4.      This happens when the machine handles the standard
  5.      type char unsigned. Therefore the datatype sBYTE
  6.      was introduced as 'signed char'. If your compiler
  7.      doesn't understand this, change sBYTE to such a datatype
  8.      of your compiler or use a commandlineoption like
  9.      -DsBYTE=char .
  10.  
  11. II.  Not every image contains all resolutions (especially images
  12.      from demo disks). You can't extract resolutions which are
  13.      not contained.
  14.  
  15. III. Some cdrom drives read more than the data sectors of the 
  16.      PhotoCD files. They read additional sector headers etc.
  17.      In this case to have to write a little conversion tool.
  18.  
  19.      E.g.: Sony NEWS, model NWS-3720
  20.            Write a simple filter program, which takes the file,
  21.            cuts in slices of 0x920 size, takes out 0x800 data 
  22.            with offset 8 of each slice and write them out in a new file.
  23.